Changeset 6866 for trunk/sources/HeuristicLab.ParallelEngine
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/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
-
trunk/sources/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj
r5193 r6866 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> … … 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath> bin\Debug\</OutputPath>22 <OutputPath>$(SolutionDir)\bin\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath> bin\Release\</OutputPath>30 <OutputPath>$(SolutionDir)\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath> bin\x64\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 56 56 </PropertyGroup> 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 58 <OutputPath> bin\x64\Release\</OutputPath>58 <OutputPath>$(SolutionDir)\bin\</OutputPath> 59 59 <DefineConstants>TRACE</DefineConstants> 60 60 <Optimize>true</Optimize> 61 61 <DebugType>pdbonly</DebugType> 62 62 <PlatformTarget>x64</PlatformTarget> 63 <CodeAnalysisLogFile> bin\Release\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>63 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 64 64 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 65 65 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath> bin\x86\Debug\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 90 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> 93 93 <DebugType>pdbonly</DebugType> 94 94 <PlatformTarget>x86</PlatformTarget> 95 <CodeAnalysisLogFile> bin\Release\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>95 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.ParallelEngine-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 96 96 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 97 97 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 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> 127 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> 132 <Private>False</Private> 131 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> 137 <Private>False</Private> 135 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> 142 <Private>False</Private> 139 143 </ProjectReference> 140 144 </ItemGroup> … … 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.