Changeset 39
- Timestamp:
- 03/04/08 22:52:30 (17 years ago)
- Location:
- trunk/sources/HeuristicLab
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/HeuristicLab.csproj
r30 r39 77 77 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 78 78 </None> 79 <None Include="UpdateAssemblies.cmd" />80 79 <Compile Include="Properties\Settings.Designer.cs"> 81 80 <AutoGen>True</AutoGen> … … 104 103 <Content Include="Resources\HeuristicLab.ico" /> 105 104 <None Include="app.config" /> 105 <None Include="CopyAssemblies.cmd" /> 106 106 <None Include="Properties\AssemblyInfo.frame" /> 107 107 <None Include="Resources\LargeIcons.gif" /> … … 109 109 <None Include="Resources\List.gif" /> 110 110 <None Include="Resources\Logo_white.gif" /> 111 <None Include="UpdateLocalInstallation.cmd" /> 111 112 </ItemGroup> 112 113 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 119 120 --> 120 121 <PropertyGroup> 121 <PostBuildEvent>cmd /c ..\..\UpdateAssemblies.cmd $(ConfigurationName)</PostBuildEvent> 122 <PostBuildEvent>cmd /c ..\..\CopyAssemblies.cmd $(ConfigurationName) 123 cmd /c ..\..\UpdateLocalInstallation.cmd $(ConfigurationName)</PostBuildEvent> 122 124 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent> 123 125 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.