Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.CodeEditor
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 4 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.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r7021 r8660 207 207 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 208 208 <PropertyGroup> 209 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)209 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 210 210 set ProjectDir=$(ProjectDir) 211 211 set SolutionDir=$(SolutionDir) … … 214 214 call PreBuildEvent.cmd 215 215 </PreBuildEvent> 216 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 217 export ProjectDir=$(ProjectDir) 218 export SolutionDir=$(SolutionDir) 219 220 $SolutionDir/PreBuildEvent.sh 221 </PreBuildEvent> 216 222 </PropertyGroup> 217 223 </Project> -
branches/GP-MoveOperators/HeuristicLab.CodeEditor/3.3/Plugin.cs.frame
r7259 r8660 27 27 28 28 namespace HeuristicLab.CodeEditor { 29 [Plugin("HeuristicLab.CodeEditor", "3.3. 6.$WCREV$")]29 [Plugin("HeuristicLab.CodeEditor", "3.3.7.$WCREV$")] 30 30 [PluginFile("HeuristicLab.CodeEditor-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.CodeEditor/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8660 51 51 // 52 52 [assembly: AssemblyVersion("3.3.0.0")] 53 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]53 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.