Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/08 21:51:20 (15 years ago)
Author:
swagner
Message:

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization.Test/HeuristicLab.Visualization.Test.csproj

    r681 r852  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{23117533-8A91-474E-BBF6-C39485D0810A}</ProjectGuid>
     
    8989  -->
    9090  <PropertyGroup>
    91     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     91    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     92set ProjectDir=$(ProjectDir)
     93set SolutionDir=$(SolutionDir)
     94set Outdir=$(Outdir)
     95
     96call PreBuildEvent.cmd</PreBuildEvent>
    9297  </PropertyGroup>
    9398</Project>
Note: See TracChangeset for help on using the changeset viewer.