Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/08 22:52:30 (16 years ago)
Author:
swagner
Message:

Worked on post-build scripts

Location:
trunk/sources/HeuristicLab
Files:
1 added
1 edited
1 moved

Legend:

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

    r30 r39  
    7777      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    7878    </None>
    79     <None Include="UpdateAssemblies.cmd" />
    8079    <Compile Include="Properties\Settings.Designer.cs">
    8180      <AutoGen>True</AutoGen>
     
    104103    <Content Include="Resources\HeuristicLab.ico" />
    105104    <None Include="app.config" />
     105    <None Include="CopyAssemblies.cmd" />
    106106    <None Include="Properties\AssemblyInfo.frame" />
    107107    <None Include="Resources\LargeIcons.gif" />
     
    109109    <None Include="Resources\List.gif" />
    110110    <None Include="Resources\Logo_white.gif" />
     111    <None Include="UpdateLocalInstallation.cmd" />
    111112  </ItemGroup>
    112113  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    119120  -->
    120121  <PropertyGroup>
    121     <PostBuildEvent>cmd /c ..\..\UpdateAssemblies.cmd $(ConfigurationName)</PostBuildEvent>
     122    <PostBuildEvent>cmd /c ..\..\CopyAssemblies.cmd $(ConfigurationName)
     123cmd /c ..\..\UpdateLocalInstallation.cmd $(ConfigurationName)</PostBuildEvent>
    122124    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
    123125  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.