Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.Clients.Access.Views/3.3/HeuristicLab.Clients.Access.Views-3.3.csproj
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 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.Clients.Access.Views/3.3
- Property svn:ignore
-
old new 1 1 Plugin.cs 2 2 obj 3 *.user
-
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Clients.Access.Views/3.3/HeuristicLab.Clients.Access.Views-3.3.csproj
r8043 r8660 241 241 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 242 242 <PropertyGroup> 243 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)243 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 244 244 set ProjectDir=$(ProjectDir) 245 245 set SolutionDir=$(SolutionDir) 246 246 set Outdir=$(Outdir) 247 247 call PreBuildEvent.cmd</PreBuildEvent> 248 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 249 export ProjectDir=$(ProjectDir) 250 export SolutionDir=$(SolutionDir) 251 252 $SolutionDir/PreBuildEvent.sh 253 </PreBuildEvent> 248 254 </PropertyGroup> 249 255 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.