Changeset 9363 for branches/OaaS/HeuristicLab.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-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.Services.Access.DataAccess/3.3/HeuristicLab.Services.Access.DataAccess-3.3.csproj
r8040 r9363 148 148 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 149 149 <PropertyGroup> 150 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)150 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 151 151 set ProjectDir=$(ProjectDir) 152 152 set SolutionDir=$(SolutionDir) … … 154 154 155 155 call PreBuildEvent.cmd</PreBuildEvent> 156 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 157 export ProjectDir=$(ProjectDir) 158 export SolutionDir=$(SolutionDir) 159 160 $SolutionDir/PreBuildEvent.sh 161 </PreBuildEvent> 156 162 </PropertyGroup> 157 163 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.