- 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.DataAnalysis.Classification/3.3
- Property svn:ignore
-
old new 5 5 HeuristicLabProblemsDataAnalysisClassificationPlugin.cs 6 6 *.vs10x 7 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Classification/3.3/HeuristicLab.Problems.DataAnalysis.Classification-3.3.csproj
r5271 r6866 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath> bin\Debug\</OutputPath>23 <OutputPath>$(SolutionDir)\bin\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <ErrorReport>prompt</ErrorReport> … … 29 29 <DebugType>pdbonly</DebugType> 30 30 <Optimize>true</Optimize> 31 <OutputPath> bin\Release\</OutputPath>31 <OutputPath>$(SolutionDir)\bin\</OutputPath> 32 32 <DefineConstants>TRACE</DefineConstants> 33 33 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath> bin\x64\Debug\</OutputPath>44 <OutputPath>$(SolutionDir)\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 57 57 </PropertyGroup> 58 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 59 <OutputPath> bin\x64\Release\</OutputPath>59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 60 <DefineConstants>TRACE</DefineConstants> 61 61 <Optimize>true</Optimize> 62 62 <DebugType>pdbonly</DebugType> 63 63 <PlatformTarget>x64</PlatformTarget> 64 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>64 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 65 65 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 66 66 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 74 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 75 75 <DebugSymbols>true</DebugSymbols> 76 <OutputPath> bin\x86\Debug\</OutputPath>76 <OutputPath>$(SolutionDir)\bin\</OutputPath> 77 77 <DefineConstants>DEBUG;TRACE</DefineConstants> 78 78 <DebugType>full</DebugType> … … 89 89 </PropertyGroup> 90 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 91 <OutputPath> bin\x86\Release\</OutputPath>91 <OutputPath>$(SolutionDir)\bin\</OutputPath> 92 92 <DefineConstants>TRACE</DefineConstants> 93 93 <Optimize>true</Optimize> 94 94 <DebugType>pdbonly</DebugType> 95 95 <PlatformTarget>x86</PlatformTarget> 96 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>96 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Problems.DataAnalysis.Classification-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 97 97 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 98 98 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 112 112 <ItemGroup> 113 113 <Compile Include="ClassificationProblemData.cs" /> 114 <Compile Include="HeuristicLabProblemsDataAnalysisClassificationPlugin.cs" />115 114 <Compile Include="Interfaces\IClassificationSolution.cs" /> 115 <Compile Include="Plugin.cs" /> 116 116 <Compile Include="SingleObjectiveClassificationProblem.cs" /> 117 117 <Compile Include="Interfaces\ISymbolicClassificationEvaluator.cs" /> … … 127 127 </ItemGroup> 128 128 <ItemGroup> 129 <None Include=" HeuristicLabProblemsDataAnalysisClassificationPlugin.cs.frame" />129 <None Include="Plugin.cs.frame" /> 130 130 <None Include="HeuristicLab.snk" /> 131 <None Include="Properties\AssemblyInfo. frame" />131 <None Include="Properties\AssemblyInfo.cs.frame" /> 132 132 </ItemGroup> 133 133 <ItemGroup> … … 135 135 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 136 136 <Name>HeuristicLab.Analysis-3.3</Name> 137 <Private>False</Private> 137 138 </ProjectReference> 138 139 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 139 140 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 140 141 <Name>HeuristicLab.Collections-3.3</Name> 142 <Private>False</Private> 141 143 </ProjectReference> 142 144 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 143 145 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 144 146 <Name>HeuristicLab.Common-3.3</Name> 147 <Private>False</Private> 145 148 </ProjectReference> 146 149 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 147 150 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 148 151 <Name>HeuristicLab.Core-3.3</Name> 152 <Private>False</Private> 149 153 </ProjectReference> 150 154 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 151 155 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 152 156 <Name>HeuristicLab.Data-3.3</Name> 157 <Private>False</Private> 153 158 </ProjectReference> 154 159 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj"> 155 160 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project> 156 161 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name> 162 <Private>False</Private> 157 163 </ProjectReference> 158 164 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 159 165 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 160 166 <Name>HeuristicLab.Operators-3.3</Name> 167 <Private>False</Private> 161 168 </ProjectReference> 162 169 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 163 170 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 164 171 <Name>HeuristicLab.Optimization-3.3</Name> 172 <Private>False</Private> 165 173 </ProjectReference> 166 174 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 167 175 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 168 176 <Name>HeuristicLab.Parameters-3.3</Name> 177 <Private>False</Private> 169 178 </ProjectReference> 170 179 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 171 180 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 172 181 <Name>HeuristicLab.Persistence-3.3</Name> 182 <Private>False</Private> 173 183 </ProjectReference> 174 184 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 175 185 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 176 186 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 187 <Private>False</Private> 177 188 </ProjectReference> 178 189 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj"> 179 190 <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project> 180 191 <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name> 192 <Private>False</Private> 181 193 </ProjectReference> 182 194 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj"> 183 195 <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project> 184 196 <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name> 197 <Private>False</Private> 185 198 </ProjectReference> 186 199 </ItemGroup> … … 193 206 194 207 call PreBuildEvent.cmd 195 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25HeuristicLabProblemsDataAnalysisClassificationPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisClassificationPlugin.cs"</PreBuildEvent>208 </PreBuildEvent> 196 209 </PropertyGroup> 197 210 <!-- 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.