Changeset 5043 for branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave.Views/3.4
- Timestamp:
- 12/07/10 09:15:54 (14 years ago)
- Location:
- branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave.Views/3.4
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Clients.Hive.Slave.Views/3.4/HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj
r5038 r5043 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Slave.Views</RootNamespace> 12 <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 59 59 </ItemGroup> 60 60 <ItemGroup> 61 <None Include="Properties\AssemblyInfo.cs.frame" /> 62 <None Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs.frame" /> 61 63 <Compile Include="HeuristicLabClientsHiveSlaveViewsPlugin.cs" /> 62 64 <Compile Include="Properties\AssemblyInfo.cs" /> … … 71 73 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent> 72 74 </PropertyGroup> 75 <PropertyGroup> 76 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 77 set ProjectDir=$(ProjectDir) 78 set SolutionDir=$(SolutionDir) 79 set Outdir=$(Outdir) 80 81 call PreBuildEvent.cmd</PreBuildEvent> 82 </PropertyGroup> 73 83 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 74 84 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.