Changeset 9363 for branches/OaaS/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
r6866 r9363 96 96 <RequiredTargetFramework>3.5</RequiredTargetFramework> 97 97 </Reference> 98 <Reference Include="System.Drawing" /> 98 99 <Reference Include="System.Xml.Linq"> 99 100 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 209 210 --> 210 211 <PropertyGroup> 211 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)212 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 212 213 set ProjectDir=$(ProjectDir) 213 214 set SolutionDir=$(SolutionDir) … … 215 216 216 217 call PreBuildEvent.cmd</PreBuildEvent> 218 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 219 export ProjectDir=$(ProjectDir) 220 export SolutionDir=$(SolutionDir) 221 222 $SolutionDir/PreBuildEvent.sh 223 </PreBuildEvent> 217 224 </PropertyGroup> 218 225 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.