Changeset 13340 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj
- Timestamp:
- 11/23/15 17:16:35 (9 years ago)
- Location:
- branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI
- Property svn:ignore
-
old new 1 1 bin 2 2 obj 3 *.user
-
- Property svn:ignore
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj
r13338 r13340 131 131 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 132 132 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 133 <Private>False</Private> 133 134 </ProjectReference> 134 135 </ItemGroup> … … 138 139 <ItemGroup> 139 140 <None Include="HeuristicLab.snk" /> 141 <None Include="Properties\AssemblyInfo.cs.frame" /> 140 142 </ItemGroup> 141 143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 144 <PropertyGroup> 145 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 146 set ProjectDir=$(ProjectDir) 147 set SolutionDir=$(SolutionDir) 148 set Outdir=$(Outdir) 149 150 call PreBuildEvent.cmd</PreBuildEvent> 151 </PropertyGroup> 142 152 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 143 153 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.