Changeset 9203 for trunk/sources/HeuristicLab
- Timestamp:
- 02/04/13 15:07:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r8600 r9203 134 134 <None Include="app.config"> 135 135 <SubType>Designer</SubType> 136 <CopyToOutputDirectory>Always</CopyToOutputDirectory>137 136 </None> 138 137 <None Include="CustomPostBuild.cmd" /> … … 198 197 --> 199 198 <PropertyGroup> 200 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)199 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 201 200 set ProjectDir=$(ProjectDir) 202 201 set SolutionDir=$(SolutionDir) 203 202 204 203 call PreBuildEvent.cmd</PreBuildEvent> 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">204 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 205 export ProjectDir=$(ProjectDir) 207 206 export SolutionDir=$(SolutionDir) … … 209 208 $SolutionDir/PreBuildEvent.sh 210 209 </PreBuildEvent> 211 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)210 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 212 211 set ProjectDir=$(ProjectDir) 213 212 set SolutionDir=$(SolutionDir) … … 218 217 call "$(SolutionDir)MergeConfigs.cmd" 219 218 if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent> 220 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">219 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 221 220 export Outdir=$(Outdir) 222 221 export ProjectDir=$(ProjectDir)
Note: See TracChangeset
for help on using the changeset viewer.