- Timestamp:
- 10/15/12 13:06:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r8600 r8806 98 98 </Reference> 99 99 <Reference Include="System.Data" /> 100 <Reference Include="System.Drawing" /> 100 101 <Reference Include="System.Xml" /> 101 102 </ItemGroup> … … 233 234 --> 234 235 <PropertyGroup> 235 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)236 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 236 237 set ProjectDir=$(ProjectDir) 237 238 set SolutionDir=$(SolutionDir) … … 240 241 call PreBuildEvent.cmd 241 242 </PreBuildEvent> 242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">243 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 243 244 export ProjectDir=$(ProjectDir) 244 245 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.