Changeset 6703 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj
- Timestamp:
- 09/02/11 17:01:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj
r6701 r6703 81 81 <Compile Include="Program.cs" /> 82 82 <Compile Include="Properties\AssemblyInfo.cs" /> 83 <None Include="Properties\AssemblyInfo.cs.frame" /> 83 84 <Compile Include="TrayIconInstaller.cs"> 84 85 <SubType>Component</SubType> … … 113 114 </ItemGroup> 114 115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 116 <PropertyGroup> 117 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 118 set ProjectDir=$(ProjectDir) 119 set SolutionDir=$(SolutionDir) 120 set Outdir=$(Outdir) 121 122 call PreBuildEvent.cmd</PreBuildEvent> 123 </PropertyGroup> 115 124 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 116 125 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.