Changeset 6866 for trunk/sources/HeuristicLab.Problems.ExternalEvaluation
- 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.Problems.ExternalEvaluation/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsExternalEvaluationPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/HeuristicLab.Problems.ExternalEvaluation-3.3.csproj
r6140 r6866 12 12 <AssemblyName>HeuristicLab.Problems.ExternalEvaluation-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 40 41 <DebugType>full</DebugType> 41 42 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 45 <ErrorReport>prompt</ErrorReport> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> … … 57 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 59 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 62 <DebugType>full</DebugType> … … 65 66 </PropertyGroup> 66 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> bin\x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 69 <DefineConstants>TRACE</DefineConstants> 69 70 <Optimize>true</Optimize> … … 71 72 <PlatformTarget>x86</PlatformTarget> 72 73 <ErrorReport>prompt</ErrorReport> 73 <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.ExternalEvaluation-3.3.XML</DocumentationFile> 74 <DocumentationFile> 75 </DocumentationFile> 74 76 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 77 </PropertyGroup> 76 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 79 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x64\Debug\</OutputPath>80 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 81 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 82 <DebugType>full</DebugType> … … 84 86 </PropertyGroup> 85 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath> bin\x64\Release\</OutputPath>88 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 89 <DefineConstants>TRACE</DefineConstants> 88 90 <Optimize>true</Optimize> … … 93 95 </PropertyGroup> 94 96 <ItemGroup> 97 <Reference Include="Google.ProtocolBuffers-0.9.1, Version=0.9.0.0, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=MSIL"> 98 <HintPath>..\..\bin\Google.ProtocolBuffers-0.9.1.dll</HintPath> 99 </Reference> 95 100 <Reference Include="System" /> 96 101 <Reference Include="System.Core"> … … 109 114 </ItemGroup> 110 115 <ItemGroup> 111 <None Include=" HeuristicLabProblemsExternalEvaluationPlugin.cs.frame" />116 <None Include="Plugin.cs.frame" /> 112 117 <Compile Include="Converters\BoolConverter.cs" /> 113 118 <Compile Include="Converters\TimeSpanValueConverter.cs" /> … … 125 130 <Compile Include="ExternalEvaluationProblem.cs" /> 126 131 <Compile Include="ExternalEvaluator.cs" /> 127 <Compile Include="HeuristicLabProblemsExternalEvaluationPlugin.cs" />128 132 <Compile Include="Interfaces\IEvaluationServiceClient.cs" /> 129 133 <Compile Include="Interfaces\IEvaluationChannel.cs" /> 130 134 <Compile Include="Interfaces\IExternalEvaluationProblemEvaluator.cs" /> 131 135 <Compile Include="Interfaces\IItemToSolutionMessageConverter.cs" /> 136 <Compile Include="Plugin.cs" /> 132 137 <Compile Include="Properties\AssemblyInfo.cs" /> 133 <None Include="Properties\AssemblyInfo. frame" />138 <None Include="Properties\AssemblyInfo.cs.frame" /> 134 139 <Compile Include="Protos\ExternalEvaluationMessages.cs" /> 135 140 <Compile Include="SolutionMessageBuilder.cs" /> … … 140 145 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 141 146 <Name>HeuristicLab.Analysis-3.3</Name> 147 <Private>False</Private> 142 148 </ProjectReference> 143 149 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 144 150 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 145 151 <Name>HeuristicLab.Collections-3.3</Name> 152 <Private>False</Private> 146 153 </ProjectReference> 147 154 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 148 155 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 149 156 <Name>HeuristicLab.Common.Resources-3.3</Name> 157 <Private>False</Private> 150 158 </ProjectReference> 151 159 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 152 160 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 153 161 <Name>HeuristicLab.Common-3.3</Name> 162 <Private>False</Private> 154 163 </ProjectReference> 155 164 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 156 165 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 157 166 <Name>HeuristicLab.Core.Views-3.3</Name> 167 <Private>False</Private> 158 168 </ProjectReference> 159 169 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 160 170 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 161 171 <Name>HeuristicLab.Core-3.3</Name> 172 <Private>False</Private> 162 173 </ProjectReference> 163 174 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 164 175 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 165 176 <Name>HeuristicLab.Data-3.3</Name> 166 </ProjectReference> 167 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1.csproj"> 168 <Project>{236459CE-80CF-4991-972F-DE74C826BCCC}</Project> 169 <Name>HeuristicLab.ProtobufCS-0.9.1 %28HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\HeuristicLab.ProtobufCS-0.9.1\HeuristicLab.ProtobufCS-0.9.1%29</Name> 170 </ProjectReference> 171 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ProtobufCS\0.9.1\ProtobufCS\src\ProtocolBuffers\ProtocolBuffers.csproj"> 172 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 173 <Name>ProtocolBuffers</Name> 177 <Private>False</Private> 174 178 </ProjectReference> 175 179 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 176 180 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 177 181 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 182 <Private>False</Private> 178 183 </ProjectReference> 179 184 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 180 185 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 181 186 <Name>HeuristicLab.MainForm-3.3</Name> 187 <Private>False</Private> 182 188 </ProjectReference> 183 189 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 184 190 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 185 191 <Name>HeuristicLab.Operators-3.3</Name> 192 <Private>False</Private> 186 193 </ProjectReference> 187 194 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 188 195 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 189 196 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 197 <Private>False</Private> 190 198 </ProjectReference> 191 199 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 192 200 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 193 201 <Name>HeuristicLab.Optimization-3.3</Name> 202 <Private>False</Private> 194 203 </ProjectReference> 195 204 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 196 205 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 197 206 <Name>HeuristicLab.Parameters-3.3</Name> 207 <Private>False</Private> 198 208 </ProjectReference> 199 209 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 200 210 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 201 211 <Name>HeuristicLab.Persistence-3.3</Name> 212 <Private>False</Private> 202 213 </ProjectReference> 203 214 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 204 215 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 205 216 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 217 <Private>False</Private> 206 218 </ProjectReference> 207 219 </ItemGroup> … … 240 252 set ProjectDir=$(ProjectDir) 241 253 set SolutionDir=$(SolutionDir) 242 call "$(ProjectDir) Protos\ProcessProtos.cmd"254 call "$(ProjectDir)\Protos\ProcessProtos.cmd" 243 255 244 256 call PreBuildEvent.cmd 245 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsExternalEvaluationPlugin.cs"</PreBuildEvent>257 </PreBuildEvent> 246 258 </PropertyGroup> 247 259 </Project>
Note: See TracChangeset
for help on using the changeset viewer.