Changeset 8806 for trunk/sources/HeuristicLab.Encodings.RealVectorEncoding
- Timestamp:
- 10/15/12 13:06:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r8600 r8806 104 104 </Reference> 105 105 <Reference Include="System.Data" /> 106 <Reference Include="System.Drawing" /> 106 107 <Reference Include="System.Xml" /> 107 108 </ItemGroup> … … 264 265 --> 265 266 <PropertyGroup> 266 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)267 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 267 268 set ProjectDir=$(ProjectDir) 268 269 set SolutionDir=$(SolutionDir) … … 271 272 call PreBuildEvent.cmd 272 273 </PreBuildEvent> 273 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">274 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 274 275 export ProjectDir=$(ProjectDir) 275 276 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.