Changeset 9363 for branches/OaaS/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 3 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.Clients.Access.Administration/3.3
- Property svn:ignore
-
old new 1 1 Plugin.cs 2 2 obj 3 *.user
-
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj
r8042 r9363 296 296 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 297 297 <PropertyGroup> 298 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)298 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 299 299 set ProjectDir=$(ProjectDir) 300 300 set SolutionDir=$(SolutionDir) 301 301 set Outdir=$(Outdir) 302 302 call PreBuildEvent.cmd</PreBuildEvent> 303 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 304 export ProjectDir=$(ProjectDir) 305 export SolutionDir=$(SolutionDir) 306 307 $SolutionDir/PreBuildEvent.sh 308 </PreBuildEvent> 303 309 </PropertyGroup> 304 310 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.