Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/08 12:10:42 (16 years ago)
Author:
gkronber
Message:

fixed a problem in the pre/post build scripts with spaces in paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj

    r564 r574  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.21022</ProductVersion>
     6    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{9A781B2F-A58D-4270-A28A-3B14BBC11F4A}</ProjectGuid>
     
    107107    <EmbeddedResource Include="TestFunctionInjectorView.resx">
    108108      <DependentUpon>TestFunctionInjectorView.cs</DependentUpon>
     109      <SubType>Designer</SubType>
    109110    </EmbeddedResource>
    110111  </ItemGroup>
     
    118119  -->
    119120  <PropertyGroup>
    120     <PreBuildEvent>cmd /c $(SolutionDir)PreBuildEvent.cmd $(ProjectDir)</PreBuildEvent>
     121    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
    121122  </PropertyGroup>
    122123</Project>
Note: See TracChangeset for help on using the changeset viewer.