Changeset 8704 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj
- Timestamp:
- 09/27/12 12:58:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj
r8600 r8704 97 97 <Private>False</Private> 98 98 </Reference> 99 <Reference Include="AutoDiff-1.0, Version=1.0.4652.23360, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 100 <HintPath>..\..\bin\AutoDiff-1.0.dll</HintPath> 101 <Private>False</Private> 102 </Reference> 99 103 <Reference Include="System" /> 100 104 <Reference Include="System.Core"> … … 241 245 --> 242 246 <PropertyGroup> 243 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)247 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 244 248 set ProjectDir=$(ProjectDir) 245 249 set SolutionDir=$(SolutionDir) … … 248 252 call PreBuildEvent.cmd 249 253 </PreBuildEvent> 250 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">254 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 251 255 export ProjectDir=$(ProjectDir) 252 256 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.