Changeset 6833 for branches/Trunk/HeuristicLab.ParallelEngine
- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.ParallelEngine/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.ParallelEngine/3.3
- Property svn:ignore
-
old new 4 4 *.vs10x 5 5 HeuristicLab.ParallelEngine-3.3.csproj.user 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj
r6832 r6833 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> … … 112 112 </ItemGroup> 113 113 <ItemGroup> 114 <Compile Include=" HeuristicLabParallelEnginePlugin.cs" />114 <Compile Include="Plugin.cs" /> 115 115 <Compile Include="Properties\AssemblyInfo.cs" /> 116 116 <Compile Include="ParallelEngine.cs" /> … … 118 118 <ItemGroup> 119 119 <None Include="HeuristicLab.snk" /> 120 <None Include=" HeuristicLabParallelEnginePlugin.cs.frame" />121 <None Include="Properties\AssemblyInfo. frame" />120 <None Include="Plugin.cs.frame" /> 121 <None Include="Properties\AssemblyInfo.cs.frame" /> 122 122 </ItemGroup> 123 123 <ItemGroup> … … 125 125 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 126 126 <Name>HeuristicLab.Common-3.3</Name> 127 <Private>False</Private></ProjectReference> 127 <Private>False</Private> 128 </ProjectReference> 128 129 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 129 130 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 130 131 <Name>HeuristicLab.Core-3.3</Name> 131 <Private>False</Private></ProjectReference> 132 <Private>False</Private> 133 </ProjectReference> 132 134 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 133 135 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 134 136 <Name>HeuristicLab.Persistence-3.3</Name> 135 <Private>False</Private></ProjectReference> 137 <Private>False</Private> 138 </ProjectReference> 136 139 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 137 140 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 138 141 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 139 <Private>False</Private></ProjectReference> 142 <Private>False</Private> 143 </ProjectReference> 140 144 </ItemGroup> 141 145 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> … … 147 151 148 152 call PreBuildEvent.cmd 149 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabParallelEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabParallelEnginePlugin.cs"</PreBuildEvent>153 </PreBuildEvent> 150 154 </PropertyGroup> 151 155 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.