Changeset 8600 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 09/07/12 16:26:07 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.4.0/HeuristicLab.ALGLIB-3.4.0/HeuristicLab.ALGLIB-3.4.0.csproj
r7649 r8600 158 158 --> 159 159 <PropertyGroup> 160 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)160 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 161 161 set ProjectDir=$(ProjectDir) 162 162 set SolutionDir=$(SolutionDir) … … 165 165 call PreBuildEvent.cmd 166 166 </PreBuildEvent> 167 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 168 export ProjectDir=$(ProjectDir) 169 export SolutionDir=$(SolutionDir) 170 171 $SolutionDir/PreBuildEvent.sh 172 </PreBuildEvent> 167 173 </PropertyGroup> 168 174 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.5.0/HeuristicLab.ALGLIB-3.5.0/HeuristicLab.ALGLIB-3.5.0.csproj
r7673 r8600 157 157 --> 158 158 <PropertyGroup> 159 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)159 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 160 160 set ProjectDir=$(ProjectDir) 161 161 set SolutionDir=$(SolutionDir) … … 164 164 call PreBuildEvent.cmd 165 165 </PreBuildEvent> 166 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 167 export ProjectDir=$(ProjectDir) 168 export SolutionDir=$(SolutionDir) 169 170 $SolutionDir/PreBuildEvent.sh 171 </PreBuildEvent> 166 172 </PropertyGroup> 167 173 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.6.0/HeuristicLab.ALGLIB-3.6.0/HeuristicLab.ALGLIB-3.6.0.csproj
r8418 r8600 134 134 --> 135 135 <PropertyGroup> 136 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)136 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 137 137 set ProjectDir=$(ProjectDir) 138 138 set SolutionDir=$(SolutionDir) … … 141 141 call PreBuildEvent.cmd 142 142 </PreBuildEvent> 143 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 144 export ProjectDir=$(ProjectDir) 145 export SolutionDir=$(SolutionDir) 146 147 $SolutionDir/PreBuildEvent.sh 148 </PreBuildEvent> 143 149 </PropertyGroup> 144 150 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/HeuristicLab.DayView-1.0.csproj
r7649 r8600 155 155 --> 156 156 <PropertyGroup> 157 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)157 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 158 158 set ProjectDir=$(ProjectDir) 159 159 set SolutionDir=$(SolutionDir) … … 161 161 162 162 call PreBuildEvent.cmd</PreBuildEvent> 163 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 164 export ProjectDir=$(ProjectDir) 165 export SolutionDir=$(SolutionDir) 166 167 $SolutionDir/PreBuildEvent.sh 168 </PreBuildEvent> 163 169 </PropertyGroup> 164 170 <PropertyGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3/HeuristicLab.LibSVM-1.6.3.csproj
r7649 r8600 164 164 --> 165 165 <PropertyGroup> 166 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)166 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 167 167 set ProjectDir=$(ProjectDir) 168 168 set SolutionDir=$(SolutionDir) … … 171 171 call PreBuildEvent.cmd 172 172 </PreBuildEvent> 173 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 174 export ProjectDir=$(ProjectDir) 175 export SolutionDir=$(SolutionDir) 176 177 $SolutionDir/PreBuildEvent.sh 178 </PreBuildEvent> 173 179 </PropertyGroup> 174 180 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/LibSVM-1.6.3/LibSVM-1.6.3.csproj
r6866 r8600 156 156 --> 157 157 <PropertyGroup> 158 158 <PreBuildEvent> 159 159 </PreBuildEvent> 160 160 </PropertyGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.MathJax/1.1/HeuristicLab.MathJax-1.1/HeuristicLab.MathJax-1.1.csproj
r7649 r8600 170 170 --> 171 171 <PropertyGroup> 172 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)172 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 173 173 set ProjectDir=$(ProjectDir) 174 174 set SolutionDir=$(SolutionDir) … … 177 177 call PreBuildEvent.cmd 178 178 </PreBuildEvent> 179 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 180 export ProjectDir=$(ProjectDir) 181 export SolutionDir=$(SolutionDir) 182 183 $SolutionDir/PreBuildEvent.sh 184 </PreBuildEvent> 179 185 </PropertyGroup> 180 186 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r8000 r8600 171 171 --> 172 172 <PropertyGroup> 173 173 <PreBuildEvent> 174 174 </PreBuildEvent> 175 175 </PropertyGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj
r6866 r8600 593 593 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 594 594 <PropertyGroup> 595 595 <PreBuildEvent> 596 596 </PreBuildEvent> 597 597 <PostBuildEvent> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-2.4.1.473.csproj
r8295 r8600 147 147 --> 148 148 <PropertyGroup> 149 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)149 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 150 150 set ProjectDir=$(ProjectDir) 151 151 set SolutionDir=$(SolutionDir) … … 154 154 call PreBuildEvent.cmd 155 155 </PreBuildEvent> 156 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 157 export ProjectDir=$(ProjectDir) 158 export SolutionDir=$(SolutionDir) 159 160 $SolutionDir/PreBuildEvent.sh 161 </PreBuildEvent> 156 162 </PropertyGroup> 157 163 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj
r7649 r8600 185 185 --> 186 186 <PropertyGroup> 187 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)187 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 188 188 set ProjectDir=$(ProjectDir) 189 189 set SolutionDir=$(SolutionDir) … … 191 191 192 192 call PreBuildEvent.cmd</PreBuildEvent> 193 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 194 export ProjectDir=$(ProjectDir) 195 export SolutionDir=$(SolutionDir) 196 197 $SolutionDir/PreBuildEvent.sh 198 </PreBuildEvent> 193 199 </PropertyGroup> 194 200 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj
r7649 r8600 158 158 --> 159 159 <PropertyGroup> 160 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)160 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 161 161 set ProjectDir=$(ProjectDir) 162 162 set SolutionDir=$(SolutionDir) … … 165 165 call PreBuildEvent.cmd 166 166 </PreBuildEvent> 167 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 168 export ProjectDir=$(ProjectDir) 169 export SolutionDir=$(SolutionDir) 170 171 $SolutionDir/PreBuildEvent.sh 172 </PreBuildEvent> 167 173 </PropertyGroup> 168 174 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj
r7649 r8600 161 161 --> 162 162 <PropertyGroup> 163 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)163 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 164 164 set ProjectDir=$(ProjectDir) 165 165 set SolutionDir=$(SolutionDir) … … 167 167 168 168 call PreBuildEvent.cmd</PreBuildEvent> 169 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 170 export ProjectDir=$(ProjectDir) 171 export SolutionDir=$(SolutionDir) 172 173 $SolutionDir/PreBuildEvent.sh 174 </PreBuildEvent> 169 175 </PropertyGroup> 170 176 </Project>
Note: See TracChangeset
for help on using the changeset viewer.