Changeset 1970
- Timestamp:
- 05/30/09 12:06:59 (15 years ago)
- Location:
- trunk/sources/HeuristicLab
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab
- Property svn:ignore
-
old new 2 2 obj 3 3 *.user 4 CustomPostBuild.cmd
-
- Property svn:ignore
-
trunk/sources/HeuristicLab/CustomPostBuildTemplate_UpdateLocalInstallation.cmd
r1966 r1970 7 7 copy "ICSharpCode.SharpZipLib.dll" "%target%" 8 8 copy "ICSharpCode.SharpZipLib License.txt" "%target%" 9 copy "plugins\*.*" "%target%\plugins" 9 rmdir /s /q "%target%\plugins" 10 xcopy "plugins" "%target%\plugins" /e /i -
trunk/sources/HeuristicLab/HeuristicLab.csproj
r1887 r1970 136 136 <Content Include="Resources\HeuristicLab.ico" /> 137 137 <None Include="app.config" /> 138 <None Include="CustomPostBuild.cmd" /> 138 139 <None Include="CopyAssemblies.cmd" /> 140 <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" /> 139 141 <None Include="MergeConfigs.cmd" /> 140 142 <None Include="Properties\AssemblyInfo.frame" /> … … 143 145 <None Include="Resources\List.gif" /> 144 146 <None Include="Resources\Logo_white.gif" /> 145 <None Include="UpdateLocalInstallation.cmd" />146 147 </ItemGroup> 147 148 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> … … 159 160 set Outdir=$(Outdir) 160 161 set Platform=$(PlatformName) 162 set Configuration=$(ConfigurationName) 161 163 162 164 call MergeConfigs.cmd 163 call CopyAssemblies.cmd</PostBuildEvent> 165 call CopyAssemblies.cmd 166 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 164 167 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 165 168 set ProjectDir=$(ProjectDir) 166 169 set SolutionDir=$(SolutionDir) 167 170 set Outdir=$(Outdir) 171 set Configuration=$(ConfigurationName) 168 172 169 173 call PreBuildEvent.cmd</PreBuildEvent>
Note: See TracChangeset
for help on using the changeset viewer.