Changeset 9363 for branches/OaaS/HeuristicLab.Services.OKB.DataAccess
- 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
-
TabularUnified
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
-
TabularUnified branches/OaaS/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj ¶
r8049 r9363 190 190 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 191 191 <PropertyGroup> 192 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)192 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 193 193 set ProjectDir=$(ProjectDir) 194 194 set SolutionDir=$(SolutionDir) … … 196 196 197 197 call PreBuildEvent.cmd</PreBuildEvent> 198 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 199 export ProjectDir=$(ProjectDir) 200 export SolutionDir=$(SolutionDir) 201 202 $SolutionDir/PreBuildEvent.sh 203 </PreBuildEvent> 198 204 </PropertyGroup> 199 205 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
TabularUnified branches/OaaS/HeuristicLab.Services.OKB.DataAccess/3.3/Properties/AssemblyInfo.cs.frame ¶
r8049 r9363 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.