Changeset 8660 for branches/GP-MoveOperators/HeuristicLab.Common.Resources
- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 1 deleted
- 4 edited
- 1 copied
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.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj
r8085 r8660 500 500 --> 501 501 <PropertyGroup> 502 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)502 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 503 503 set ProjectDir=$(ProjectDir) 504 504 set SolutionDir=$(SolutionDir) … … 507 507 call PreBuildEvent.cmd 508 508 </PreBuildEvent> 509 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 510 export ProjectDir=$(ProjectDir) 511 export SolutionDir=$(SolutionDir) 512 513 $SolutionDir/PreBuildEvent.sh 514 </PreBuildEvent> 509 515 </PropertyGroup> 510 516 </Project> -
branches/GP-MoveOperators/HeuristicLab.Common.Resources/3.3/Plugin.cs.frame
r7259 r8660 26 26 27 27 namespace HeuristicLab.Common.Resources { 28 [Plugin("HeuristicLab.Common.Resources", "3.3. 6.$WCREV$")]28 [Plugin("HeuristicLab.Common.Resources", "3.3.7.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Common.Resources-3.3.dll", PluginFileType.Assembly)] 30 30 public class HeuristicLabCommonResourcesPlugin : PluginBase { -
branches/GP-MoveOperators/HeuristicLab.Common.Resources/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8660 31 31 // 32 32 [assembly: AssemblyVersion("3.3.0.0")] 33 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]33 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.