Changeset 9363 for branches/OaaS/HeuristicLab.Persistence.GUI/3.3
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 4 edited
- 1 copied
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.Persistence.GUI/3.3/HeuristicLab.Persistence.GUI-3.3.csproj
r6866 r9363 98 98 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 99 99 </PropertyGroup> 100 <PropertyGroup> 101 <SignAssembly>true</SignAssembly> 102 </PropertyGroup> 103 <PropertyGroup> 104 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 105 </PropertyGroup> 100 106 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 101 107 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 124 130 </ItemGroup> 125 131 <ItemGroup> 132 <None Include="HeuristicLab.snk" /> 126 133 <None Include="Plugin.cs.frame" /> 127 134 <Compile Include="PersistenceAnalysis.cs" /> … … 174 181 </ItemGroup> 175 182 <PropertyGroup> 176 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)183 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 177 184 set ProjectDir=$(ProjectDir) 178 185 set SolutionDir=$(SolutionDir) … … 181 188 call PreBuildEvent.cmd 182 189 </PreBuildEvent> 190 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 191 export ProjectDir=$(ProjectDir) 192 export SolutionDir=$(SolutionDir) 193 194 $SolutionDir/PreBuildEvent.sh 195 </PreBuildEvent> 183 196 </PropertyGroup> 184 197 </Project> -
branches/OaaS/HeuristicLab.Persistence.GUI/3.3/Plugin.cs.frame
r7225 r9363 4 4 namespace HeuristicLab.Persistence.GUI { 5 5 6 [Plugin("HeuristicLab.Persistence.GUI", "3.3. 6.$WCREV$")]6 [Plugin("HeuristicLab.Persistence.GUI", "3.3.7.$WCREV$")] 7 7 [PluginFile("HeuristicLab.Persistence.GUI-3.3.dll", PluginFileType.Assembly)] 8 8 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] … … 13 13 [Application("Persistence Configuration", "Configure type mappings of persistence")] 14 14 public class HeuristicLabPersistenceGUIApplication : ApplicationBase { 15 public override void Run( ) {15 public override void Run(ICommandLineArgument[] args) { 16 16 Application.EnableVisualStyles(); 17 17 Application.SetCompatibleTextRenderingDefault(false); -
branches/OaaS/HeuristicLab.Persistence.GUI/3.3/Properties/AssemblyInfo.cs.frame
r7259 r9363 52 52 // 53 53 [assembly: AssemblyVersion("3.3.0.0")] 54 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]54 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.