Changeset 11078 for trunk/sources
- Timestamp:
- 07/03/14 10:15:37 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj
r10988 r11078 260 260 </ProjectReference> 261 261 </ItemGroup> 262 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 263 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 262 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 263 <PropertyGroup> 264 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 265 set ProjectDir=$(ProjectDir) 266 set SolutionDir=$(SolutionDir) 267 set Outdir=$(Outdir) 268 269 call PreBuildEvent.cmd 270 </PreBuildEvent> 271 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 272 export ProjectDir=$(ProjectDir) 273 export SolutionDir=$(SolutionDir) 274 275 $SolutionDir/PreBuildEvent.sh 276 </PreBuildEvent> 277 </PropertyGroup> 278 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 264 279 Other similar extension points exist, see Microsoft.Common.targets. 265 280 <Target Name="BeforeBuild"> … … 267 282 <Target Name="AfterBuild"> 268 283 </Target> 269 --> 270 <PropertyGroup> 271 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 272 set ProjectDir=$(ProjectDir) 273 set SolutionDir=$(SolutionDir) 274 set Outdir=$(Outdir) 275 276 call PreBuildEvent.cmd</PreBuildEvent> 277 </PropertyGroup> 278 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 279 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> 280 <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> 281 <StartAction>Program</StartAction> 282 <StartProgram>..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram> 283 </PropertyGroup> 284 <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> 285 <BaseAddress>4194304</BaseAddress> 286 <PlatformTarget>AnyCPU</PlatformTarget> 287 <RegisterForComInterop>False</RegisterForComInterop> 288 <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> 289 </PropertyGroup> 290 <PropertyGroup Condition=" '$(Platform)' == 'x64' "> 291 <PlatformTarget>x64</PlatformTarget> 292 </PropertyGroup> 293 <PropertyGroup Condition=" '$(Platform)' == 'x86' "> 294 <PlatformTarget>x86</PlatformTarget> 295 </PropertyGroup> 284 --> 296 285 </Project> -
trunk/sources/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj
r10731 r11078 169 169 </ItemGroup> 170 170 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 171 <PropertyGroup>172 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)171 <PropertyGroup> 172 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 173 173 set ProjectDir=$(ProjectDir) 174 174 set SolutionDir=$(SolutionDir) 175 175 set Outdir=$(Outdir) 176 176 177 call PreBuildEvent.cmd</PreBuildEvent> 177 call PreBuildEvent.cmd 178 </PreBuildEvent> 179 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 180 export ProjectDir=$(ProjectDir) 181 export SolutionDir=$(SolutionDir) 182 183 $SolutionDir/PreBuildEvent.sh 184 </PreBuildEvent> 178 185 </PropertyGroup> 179 186 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj
r10731 r11078 131 131 </ItemGroup> 132 132 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 133 <PropertyGroup>134 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)133 <PropertyGroup> 134 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 135 135 set ProjectDir=$(ProjectDir) 136 136 set SolutionDir=$(SolutionDir) 137 137 set Outdir=$(Outdir) 138 138 139 call PreBuildEvent.cmd</PreBuildEvent> 139 call PreBuildEvent.cmd 140 </PreBuildEvent> 141 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 142 export ProjectDir=$(ProjectDir) 143 export SolutionDir=$(SolutionDir) 144 145 $SolutionDir/PreBuildEvent.sh 146 </PreBuildEvent> 140 147 </PropertyGroup> 141 148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.