Changeset 8806 for trunk/sources/HeuristicLab.Selection
- Timestamp:
- 10/15/12 13:06:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r8600 r8806 105 105 </Reference> 106 106 <Reference Include="System.Data" /> 107 <Reference Include="System.Drawing" /> 107 108 <Reference Include="System.Xml" /> 108 109 </ItemGroup> … … 215 216 --> 216 217 <PropertyGroup> 217 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)218 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 218 219 set ProjectDir=$(ProjectDir) 219 220 set SolutionDir=$(SolutionDir) … … 222 223 call PreBuildEvent.cmd 223 224 </PreBuildEvent> 224 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">225 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 225 226 export ProjectDir=$(ProjectDir) 226 227 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.