- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj
r8206 r8660 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> 105 <Private>False</Private> 106 </Reference> 104 <Reference Include="ICSharpCode.SharpZipLib"> 105 <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath> 106 <Private>False</Private> 107 </Reference> 107 108 <Reference Include="System" /> 108 109 <Reference Include="System.Core" /> … … 179 180 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 180 181 <PropertyGroup> 181 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)182 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 182 183 set ProjectDir=$(ProjectDir) 183 184 set SolutionDir=$(SolutionDir) … … 185 186 186 187 call PreBuildEvent.cmd</PreBuildEvent> 188 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 189 export ProjectDir=$(ProjectDir) 190 export SolutionDir=$(SolutionDir) 191 192 $SolutionDir/PreBuildEvent.sh 193 </PreBuildEvent> 187 194 </PropertyGroup> 188 195 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.