Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj
- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- 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 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
-
Property
svn:ignore
set to
bin
-
branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj
r5467 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x64\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 68 <OutputPath> bin\x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x86\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 86 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="LibSVM-1.6.3, Version=1.6.3.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 <HintPath>..\..\bin\LibSVM-1.6.3.dll</HintPath> 97 </Reference> 95 98 <Reference Include="System" /> 96 99 <Reference Include="System.Core"> … … 108 111 </ItemGroup> 109 112 <ItemGroup> 113 <Compile Include="Plugin.cs" /> 110 114 <Compile Include="Symbolic\Formatters\SymbolicExpressionTreeLatexFormatter.cs" /> 111 115 <Compile Include="Symbolic\Formatters\SymbolicExpressionTreeMATLABFormatter.cs" /> … … 120 124 <Compile Include="TableFileParser.cs" /> 121 125 <None Include="HeuristicLab.snk" /> 122 <None Include=" HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />123 <None Include="Properties\AssemblyInfo. frame" />126 <None Include="Plugin.cs.frame" /> 127 <None Include="Properties\AssemblyInfo.cs.frame" /> 124 128 <Compile Include="Evaluators\OnlineCovarianceEvaluator.cs" /> 125 129 <Compile Include="Evaluators\OnlineMeanAndVarianceCalculator.cs" /> … … 140 144 <Compile Include="Evaluators\SimpleRSquaredEvaluator.cs" /> 141 145 <Compile Include="Evaluators\SimpleVarianceAccountedForEvaluator.cs" /> 142 <Compile Include="HeuristicLabProblemsDataAnalysisPlugin.cs" />143 146 <Compile Include="Interfaces\ILaggedTreeNode.cs" /> 144 147 <Compile Include="Interfaces\ISingleObjectiveDataAnalysisProblem.cs" /> … … 189 192 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 190 193 <Name>HeuristicLab.Collections-3.3</Name> 194 <Private>False</Private> 191 195 </ProjectReference> 192 196 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 193 197 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 194 198 <Name>HeuristicLab.Common.Resources-3.3</Name> 199 <Private>False</Private> 195 200 </ProjectReference> 196 201 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 197 202 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 198 203 <Name>HeuristicLab.Common-3.3</Name> 204 <Private>False</Private> 199 205 </ProjectReference> 200 206 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 201 207 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 202 208 <Name>HeuristicLab.Core-3.3</Name> 209 <Private>False</Private> 203 210 </ProjectReference> 204 211 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 205 212 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 206 213 <Name>HeuristicLab.Data-3.3</Name> 214 <Private>False</Private> 207 215 </ProjectReference> 208 216 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj"> 209 217 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project> 210 218 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name> 211 </ProjectReference> 212 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 213 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 214 <Name>ALGLIB-3.1.0</Name> 215 </ProjectReference> 216 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj"> 217 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project> 218 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name> 219 </ProjectReference> 220 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3.csproj"> 221 <Project>{89B50302-9CEE-4D13-9779-633EADCAE624}</Project> 222 <Name>HeuristicLab.LibSVM-1.6.3 %28HeuristicLab.ExtLibs\HeuristicLab.LibSVM\HeuristicLab.LibSVM-1.6.3\HeuristicLab.LibSVM-1.6.3%29</Name> 223 </ProjectReference> 224 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.LibSVM\1.6.3\LibSVM-1.6.3\LibSVM-1.6.3.csproj"> 225 <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project> 226 <Name>LibSVM-1.6.3</Name> 219 <Private>False</Private> 227 220 </ProjectReference> 228 221 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 229 222 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 230 223 <Name>HeuristicLab.Operators-3.3</Name> 224 <Private>False</Private> 231 225 </ProjectReference> 232 226 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 233 227 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 234 228 <Name>HeuristicLab.Optimization-3.3</Name> 229 <Private>False</Private> 235 230 </ProjectReference> 236 231 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 237 232 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 238 233 <Name>HeuristicLab.Parameters-3.3</Name> 234 <Private>False</Private> 239 235 </ProjectReference> 240 236 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 241 237 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 242 238 <Name>HeuristicLab.Persistence-3.3</Name> 239 <Private>False</Private> 243 240 </ProjectReference> 244 241 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 245 242 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 246 243 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 244 <Private>False</Private> 247 245 </ProjectReference> 248 246 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 249 247 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 250 248 <Name>HeuristicLab.Random-3.3</Name> 249 <Private>False</Private> 251 250 </ProjectReference> 252 251 </ItemGroup> … … 284 283 285 284 call PreBuildEvent.cmd 286 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs"</PreBuildEvent>285 </PreBuildEvent> 287 286 </PropertyGroup> 288 287 </Project>
Note: See TracChangeset
for help on using the changeset viewer.