Changeset 14273
- Timestamp:
- 09/05/16 13:34:08 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r14178 r14273 168 168 </ItemGroup> 169 169 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 170 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 171 Other similar extension points exist, see Microsoft.Common.targets. 172 <Target Name="BeforeBuild"> 173 </Target> 174 <Target Name="AfterBuild"> 175 </Target> 176 --> 170 177 <PropertyGroup> 171 178 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) … … 183 190 </PreBuildEvent> 184 191 </PropertyGroup> 185 <PropertyGroup>186 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)187 set ProjectDir=$(ProjectDir)188 set SolutionDir=$(SolutionDir)189 set Outdir=$(Outdir)190 191 call PreBuildEvent.cmd192 </PreBuildEvent>193 </PropertyGroup>194 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.195 Other similar extension points exist, see Microsoft.Common.targets.196 <Target Name="BeforeBuild">197 </Target>198 <Target Name="AfterBuild">199 </Target>200 -->201 192 </Project> -
trunk/sources/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r14178 r14273 217 217 </ItemGroup> 218 218 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 219 <PropertyGroup>220 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)221 set ProjectDir=$(ProjectDir)222 set SolutionDir=$(SolutionDir)223 set Outdir=$(Outdir)224 225 call PreBuildEvent.cmd226 </PreBuildEvent>227 </PropertyGroup>228 219 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 229 220 Other similar extension points exist, see Microsoft.Common.targets. … … 233 224 </Target> 234 225 --> 226 <PropertyGroup> 227 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 228 set ProjectDir=$(ProjectDir) 229 set SolutionDir=$(SolutionDir) 230 set Outdir=$(Outdir) 231 232 call PreBuildEvent.cmd 233 </PreBuildEvent> 234 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 235 export ProjectDir=$(ProjectDir) 236 export SolutionDir=$(SolutionDir) 237 238 $SolutionDir/PreBuildEvent.sh 239 </PreBuildEvent> 240 </PropertyGroup> 235 241 </Project> -
trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r14207 r14273 226 226 </PostBuildEvent> 227 227 </PropertyGroup> 228 <PropertyGroup>229 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)230 set ProjectDir=$(ProjectDir)231 set SolutionDir=$(SolutionDir)232 set OutDir=$(OutDir)233 set TargetDir=$(TargetDir)234 set Platform=$(PlatformName)235 set Configuration=$(ConfigurationName)236 237 call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent>238 </PropertyGroup>239 228 </Project>
Note: See TracChangeset
for help on using the changeset viewer.